home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2004 August / The Sunday Times - The Month 2004-08.iso / pc / engine / modules / tracks.swf / scripts / DefineSprite_19 / frame_1 / DoAction.as
Encoding:
Text File  |  2004-07-02  |  364 b   |  13 lines

  1. if(_parent._parent._parent.animatedLink)
  2. {
  3.    _parent._visible = true;
  4. }
  5. arwColor = new Color("arrowMC");
  6. arwColor.setRGB(_parent.linkColor);
  7. txtLabel.htmlText = _parent.bigText;
  8. myFormat = new TextFormat();
  9. myFormat.color = _parent.linkColor;
  10. txtLabel.setTextFormat(myFormat);
  11. txtLabel.autoSize = true;
  12. arrowMC._x = txtLabel._x + txtLabel._width + 1;
  13.